.box1Box {
    background: url(../../image/img04.jpg) center;
    background-size: cover;
}

.box1h1 {
    width: 100%;
    margin-bottom: 80px;
}

.box1 {
    padding-top: 160px;
    padding-bottom: 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.box1Img {
    width: 48.2%;
}

.box1Img img {
    max-width: 100%;
}

.AboutText_5 {
    width: 51.8%;
    max-width: 640px;
    padding-right: 10px;
}

h2.h2 {
    font-size: 32px;
    line-height: 40px;
    color: var(--color);
}

.iconBox {
    margin-top: 45px;
    display: flex;
}

.iconBox .item {
    width: 130px;
    height: 130px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 0 15px #e3e3f7;
    text-align: center;
    padding-top: 30px;
    margin-right: 35px;
    cursor: pointer;
    color: #000;
    transition: all .3s;
    -webkit-transition: all .3s;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.iconBox .item:hover {
    background: var(--color);
    color: #fff;
}

.iconBox .item img {
    height: 40px;
    line-height: 40px;
}

.iconBox .item:hover img {
    filter: brightness(10);
}

.iconBox .item h1 {
    font-size: 15px;
    line-height: 1;
    margin-top: 10px;
}

.TextDesc h2 {
    color: #333;
}

@media (max-width: 1600px) {
    .box1 {
        padding: 100px 0;
    }

    .box1Img {
        padding-right: 40px;
    }

    h2.h2 {
        font-size: 26px;
        line-height: 34px;
    }

    .iconBox .item {
        width: 100px;
        height: 100px;
        margin-right: 30px;
        padding-top: 20px;
    }

    .iconBox .item img {
        height: 30px;
        line-height: 30px;
    }

    .iconBox .item h1 {
        font-size: 13px;
    }
}



@media (max-width: 992px) {

    .box1Img {
        width: 100%;
        max-width: 600px;
        margin-bottom: 50px;
        padding: 0;
    }

    .iconBox .item {
        margin: 0 15px;
    }
}

@media (max-width: 750px) {
    h2.h2 {
        font-size: .34rem;
        font-weight: bold;
        line-height: .45rem;
    }

    .box1h1 {
        margin-bottom: 0.5rem;
    }

    .box1 {
        padding: 0.8rem 0;
    }

    .box1Img {
        margin-bottom: 0.5rem;
    }

    .AboutText_5 {
        width: 100%;
        padding: 0;
        max-width: initial;
    }

    .iconBox {
        margin-top: 0.4rem;
    }

    .iconBox .item {
        width: 1.45rem;
        height: 1.45rem;
        margin: 0 0.15rem;
        box-shadow: 0 0 10px #e3e3f7;
        padding-top: 0.3rem;
    }

    .iconBox .item img {
        height: 0.4rem;
        line-height: .4rem;
    }

    .iconBox .item h1 {
        font-size: .24rem;
        line-height: .35rem;
        margin-top: 0.1rem;
    }
}


.box2box {
    background: url(../../image/img06.jpg) center;
    background-size: cover;
}

.box2 {
    padding: 155px 0;
}

.box2 .itemBox {
    margin-top: 100px;
    margin-bottom: 70px;
    width: calc(100% + 35px);
    display: flex;
}

.box2 .item {
    display: inline-block;
    width: calc(33.333% - 35px);
    margin-right: 35px;
    margin-bottom: 35px;
    vertical-align: top;
    background: #fff;
    box-shadow: 0 0 20px #e3e3f7;
    height: 265px;
    border-bottom: 1px solid #CA1C1D;
    position: relative;
    overflow: hidden;
    padding: 40px;
    padding-top: 65px;
}

.box2 .item span {
    font-size: 200px;
    line-height: 1;
    color: #ececec;
    display: inline-block;
    position: absolute;
    bottom: -80px;
    right: 20px;
    z-index: 1;
    font-family: arial;
    font-style: italic;
}

.box2 .item h1 {
    font-size: 18px;
    color: #000;
    line-height: 25px;
    font-weight: bold;
}

.box2 .item h2 {
    font-size: 15px;
    color: #777;
    line-height: 35px;
    margin-top: 20px;
}

.box2Text span {
    display: inline-block;
    width: 50px;
    height: 3px;
    background: #000;
    position: relative;
    top: 0;
    margin-right: 10px;
}

.box2Text {
    font-style: italic;
    font-size: 36px;
    line-height: 1.3;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 1600px) {

    .box2 {
        padding: 100px 0;
    }

    .box2 .item {
        padding: 30px;
    }

    .box2Text {
        font-size: 26px;
    }
}



@media (max-width: 992px) {

    .box2 .itemBox {
        margin-top: 50px;
        width: calc(100% + 20px);
    }

    .box2 .item {
        padding: 30px 15px;
        width: calc(33.333% - 20px);
        margin-right: 20px;
    }

    .box2 .item span {
        font-size: 120px;
        bottom: -40px;
    }

    .box2 .item h2 {
        font-size: 13px;
        line-height: 25px;
    }

    .box2Text {
        font-size: 24px;
    }
}

@media (max-width: 750px) {
    .box2 {
        padding: 0.8rem 0;
    }

    .box2 .itemBox {
        flex-wrap: wrap;
        margin-top: 0.5rem;
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .box2 .item {
        width: 100%;
        margin: 0;
        margin-bottom: 0.3rem;
        height: 4rem;
    }

    .box2Text {
        font-size: .36rem;
    }

    .box2Text span {
    width: 0.6rem;
        height: 2px;
    }
}